object Form2: TForm2 Left = 317 Top = 121 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Calendar Title' ClientHeight = 61 ClientWidth = 287 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PopupMenu = PopupMenu1 OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 68 Height = 13 Caption = 'Calendar Title:' end object Edit1: TEdit Left = 80 Top = 8 Width = 201 Height = 21 TabOrder = 0 end object BitBtn1: TBitBtn Left = 128 Top = 32 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 208 Top = 32 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn2Click Kind = bkCancel end object PopupMenu1: TPopupMenu Left = 32 Top = 40 object Help1: TMenuItem Caption = 'Help' ShortCut = 112 OnClick = Help1Click end end end